home *** CD-ROM | disk | FTP | other *** search
/ Dictionaries & Language / Dictionaries and Language (Chestnut CD-ROM) (1993).iso / chinese / njstar12 / njconfig.key < prev    next >
Encoding:
Text File  |  1991-08-10  |  3.8 KB  |  140 lines

  1. * this is a comment line
  2. *------------------------------------
  3. * Key config file for NJSTAR ver 1.20
  4. *
  5. * ^ = CTRL    @ = ALT    # = SHIFT
  6. *
  7. *------------------------------------
  8. *MetaKey - two key commands
  9. *------------------------------------
  10. * ctrl-x is used for meta key
  11. * but can be defined to other key
  12. * Keys go with Meta:
  13. *  ^A -> ^Z
  14. *   A -> Z
  15. *   0 -> 9
  16. *   ESC; CTRL_BACKSLASH; CTRL_RBRACE; CTRL_6; CTRL_MINUS
  17. *   ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _
  18. *---------------------------------------------------------
  19. ^X        MetaKey
  20.  
  21. Meta+^S   SaveFile
  22. Meta+^W   SaveAs
  23. Meta+^Z   QuitFile
  24. Meta+Z    QuitFile
  25. Meta+^V   EditFile
  26. *------------------------------------------------------------------------------
  27. * Macro commands - Excute more than one command with one key stroke, plus more.
  28. *
  29. * NOTE:
  30. *       1. macro command start with 'Macro'
  31. *       2. '&' at and means continue at next line
  32. *       3. '#' followed by number n == Insert Ascii n into Macro key.
  33. *           Max n is 160, n can be specified as: DEC $150; OCT $083; HEX $0xA0.
  34. *       4. '$' followed by number n == Sleep n ticks before exec. next command.
  35. *       5. Lebeles are a name+':'; eg. BEG: END:, Max number of Labeles is 64.
  36. *       6. Jump   Beg: == Jump to Label Beg: unconditionally
  37. *       7. JTrue  Beg: == Jump to Beg: if previous command is executed Ok
  38. *       8. JFalse Beg: == Jump to Beg: if previous command is executed NOT Ok
  39. *       9. Pause == Stop Macro Execution till Enter/ESC is Pressed
  40. *      10. "XXXX" or 'XXXX' == insert XXXX into Macro key. eg "I'AM Typping"
  41. *------------------------------------------------------------------------------
  42. Meta+^P   Macro Start: BegFile beg: $128 PageDown JFalse Start: Jump beg:
  43. Meta+^N   Macro "Njstar" '─▀║Φ▓¿'  #156 "39" #155 '00'
  44. Meta+^L   Macro beg: Scrolldown Jfalse end: JUMP beg: &
  45.                 end: BegFile $180 Jump beg:
  46. Meta+^M   Macro search Pause markblock
  47. *--------------------------------------------
  48. * one key commands
  49. *--------------------------------------------
  50. #F2       HzSaveFile
  51. #F3       HzDecode
  52. #F4       HzEditFile
  53. #F5       PcxSaveFile
  54. #F6       ZwSaveFile
  55. #F7       ZwDecode
  56. #F8       ZwEditFile
  57. ^B        SearchBackward
  58. ^E        DelToEndLine
  59. ^F        SearchForward
  60. ^G        GotoBlock
  61. ^K        DelToEndLine
  62. ^J        DelToBegLine
  63. ^L        DupLine
  64. ^P        Print
  65. ^S        Search
  66. ^T        TimeDate
  67. ^W        Copy
  68. ^Y        Paste
  69. ^BS       DelLine
  70. BS        BackSpace
  71. TAB       TabRight
  72. ENTER     Enter
  73. @Y        UnDelBlock
  74. @U        UnMarkBlock
  75. @D        DelBlock
  76. @L        MarkLine
  77. @C        CopyBlock
  78. @B        MarkBlock
  79. @M        MoveBlock
  80. @X        LianXiang
  81. F1        QuickHelp
  82. F2        SaveFile
  83. F3        QuitFile
  84. F4        File
  85. F5        Search
  86. F6        SearchReplace
  87. F7        RenameFile
  88. F8        EditFile
  89. F9        UnDelLine
  90. F10       NextFile
  91. F11       MacroRec
  92. F12       MacroExec
  93. Meta+R    MacroRec
  94. Meta+E    MacroExec
  95. HOME      BegLine
  96. UP        CursorUp
  97. PGUP      PageUp
  98. LEFT      CursorLeft
  99. RIGHT     CursorRight
  100. END       EndLine
  101. DOWN      CursorDown
  102. PGDN      PageDown
  103. DEL       DelChar
  104. ^F1       FileStatus
  105. ^F2       SaveDic
  106. ^F3       QuitAll
  107. ^F4       SaveAll
  108. ^F5       WordCount
  109. ^F6       GotoLine
  110. ^F7       SaveAs
  111. ^F8       AddLX
  112. ^F9       ToggleEOL
  113. ^F10      SwitchCCLIB
  114. ^F11      RepeatCmd
  115. Meta+^R   RepeatCmd
  116. @F1       ListDir
  117. @F3       QWinput
  118. @F4       GBinput
  119. @F5       PYinput
  120. @F6       ASCinput
  121. @F9       PureChinese
  122. @F10       PrevFile
  123. ^LEFT     WordLeft
  124. ^RIGHT    WordRight
  125. ^END      EndFile
  126. ^HOME     BegFile
  127.  
  128. ^u        BegScreen
  129. ^d        EndScreen
  130. ^a        ScrollUp
  131. ^z        ScrollDown
  132.  
  133. ^UP       BegScreen
  134. ^DOWN     EndScreen
  135. @UP       ScrollUp
  136. @DOWN     ScrollDown
  137. *---------------------------
  138. * end of njconfig.key
  139. *---------------------------
  140.